home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / Imakefile < prev    next >
Encoding:
Makefile  |  1995-04-27  |  180 b   |  11 lines  |  [TEXT/R*ch]

  1. # Main Xconq Imakefile.
  2.  
  3. #define IHaveSubdirs
  4. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  5.  
  6. SUBDIRS = kernel x11 curses
  7.  
  8. MakeSubdirs($(SUBDIRS))
  9. DependSubdirs($(SUBDIRS))
  10.  
  11.